CyclicBuffer.insert

Inserts the given item into the end of the buffer.

  1. void insertBack(U value)
  2. alias insert = insertBack
    struct CyclicBuffer(T, Allocator = Mallocator, bool supportGC = shouldAddGCRange!T)
    alias insert = insertBack
  3. alias insertAnywhere = insertBack
  4. alias put = insertBack

Meta